go.uber.org/mock/gomock.Call.method (field)

12 uses

	go.uber.org/mock/gomock (current package)
		call.go#L29: 	method     string       // the name of the method
		call.go#L79: 		t: t, receiver: receiver, method: method, methodType: methodType,
		call.go#L124: 					c.receiver, c.method)
		call.go#L127: 					c.receiver, c.method, ft.NumIn(), c.methodType.NumIn(), c.origin)
		call.go#L165: 					c.receiver, c.method)
		call.go#L168: 					c.receiver, c.method, ft.NumIn(), c.methodType.NumIn(), c.origin)
		call.go#L194: 			c.receiver, c.method, len(rets), mt.NumOut(), c.origin)
		call.go#L206: 					i, c.receiver, c.method, want, c.origin)
		call.go#L216: 				i, c.receiver, c.method, got, want, c.origin)
		call.go#L319: 	return fmt.Sprintf("%T.%v(%s) %s", c.receiver, c.method, arguments, c.origin)
		callset.go#L61: 	key := callSetKey{call.receiver, call.method}
		callset.go#L79: 	key := callSetKey{call.receiver, call.method}